Fix d/t/control.gen for dash
authorStuart Prescott <stuart@debian.org>
Sun, 2 Mar 2025 04:30:39 +0000 (15:30 +1100)
committerStuart Prescott <stuart@debian.org>
Sun, 2 Mar 2025 04:30:39 +0000 (15:30 +1100)
debian/tests/control.gen

index 5c6f1a5e688febc783a904a489efcc4cb01b5274..f36c77c7d043da217f25dd8cb9f23a36f01659e8 100755 (executable)
@@ -5,7 +5,7 @@ C=debian/tests/control
 # Remove debian/tests/control
 rm -f $C
 
-echo -e "## AUTOGENERATED FILE: SEE debian/tests/control.gen\n\n" > $C
+echo "## AUTOGENERATED FILE: SEE debian/tests/control.gen\n\n" > $C
 
 # Create the basic (import) test for Python 3 modules
 for binary_package in $(dh_listpackages|grep "python3-pyside6.qt"); do